Module

data class Module(name: String, uuid: String, baseAddress: String, size: Double)

Executable module information

Constructors

Module
Link copied to clipboard
fun Module(name: String, uuid: String, baseAddress: String, size: Double)

Properties

baseAddress
Link copied to clipboard
val baseAddress: String
Base address where the module is loaded into memory.
name
Link copied to clipboard
val name: String
Name of the module.
size
Link copied to clipboard
val size: Double
Size of the module in bytes.
uuid
Link copied to clipboard
val uuid: String
UUID of the module.

Sources

jvm source
Link copied to clipboard